golang.org/x/net/http2.ClientConn.pendingRequests (field)
5 uses
golang.org/x/net/http2 (current package)
transport.go#L387: pendingRequests int // requests blocked and waiting to be sent because len(streams) == maxConcurrentStreams
transport.go#L1047: StreamsPending: cc.pendingRequests,
transport.go#L1088: int64(cc.nextStreamID)+2*int64(cc.pendingRequests) < math.MaxInt32 &&
transport.go#L1764: cc.pendingRequests++
transport.go#L1766: cc.pendingRequests--
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)